Interface ICAMAPIGeometryTreeNode
Node of geometry tree
Namespace: CAMAPI.GeomModel
Assembly: CAMAPI.GeomModel.dll
Syntax
[Guid("FC10179B-0852-4FEC-88C5-C5D66A16AFBA")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICAMAPIGeometryTreeNode
Properties
Child
Child node of current node
Declaration
ICAMAPIGeometryTreeNode Child { get; }
Property Value
Type | Description |
---|---|
ICAMAPIGeometryTreeNode |
FullName
Node full name
Declaration
string FullName { get; }
Property Value
Type | Description |
---|---|
string |
GeometryEntity
Geometry data stored at node
Declaration
ICAMAPIGeometryEntity GeometryEntity { get; }
Property Value
Type | Description |
---|---|
ICAMAPIGeometryEntity |
Name
Node name
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
Parent
Parent node of current node
Declaration
ICAMAPIGeometryTreeNode Parent { get; }
Property Value
Type | Description |
---|---|
ICAMAPIGeometryTreeNode |
Selected
Is node selected
Declaration
bool Selected { get; set; }
Property Value
Type | Description |
---|---|
bool |
Sibling
Sibling node of current node
Declaration
ICAMAPIGeometryTreeNode Sibling { get; }
Property Value
Type | Description |
---|---|
ICAMAPIGeometryTreeNode |
Visible
Is node visible
Declaration
bool Visible { get; set; }
Property Value
Type | Description |
---|---|
bool |