DataCameraGroup Class |
Namespace: Lumiscaphe.Workshop.Interop
The DataCameraGroup type exposes the following members.
Name | Description | |
---|---|---|
DataCameraGroup | Initializes a new instance of the DataCameraGroup class |
Name | Description | |
---|---|---|
ChildCameras |
Gets the child cameras of the camera group.
| |
ChildGroups |
Gets the child camera groups of the camera group.
| |
Id |
Gets the identifier of the camera group.
| |
IsDisposed |
Gets a value indicating whether this instance is disposed.
| |
Name |
Gets the name of the camera group.
|
Name | Description | |
---|---|---|
DeepFindCamera |
Finds the camera in the current group and recursively in all child groups.
| |
DeepFindGroup |
Finds the group in the current group and recursively in all child groups.
| |
Dispose | Releases all resources used by the DataCameraGroup | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
FindCamera |
Finds the camera in the current group.
| |
FindGroup |
Finds the group in the current group.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |