Interface ICAMAPIGeometryTreeNode
Assembly: CAMAPI.GeomModel.dll
Syntax
[Guid("FC10179B-0852-4FEC-88C5-C5D66A16AFBA")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICAMAPIGeometryTreeNode
Properties
Child
Declaration
ICAMAPIGeometryTreeNode Child { get; }
Property Value
FullName
Declaration
Property Value
GeometryEntity
Declaration
ICAMAPIGeometryEntity GeometryEntity { get; }
Property Value
Name
Declaration
Property Value
Parent
Declaration
ICAMAPIGeometryTreeNode Parent { get; }
Property Value
Selected
Declaration
bool Selected { get; set; }
Property Value
Sibling
Declaration
ICAMAPIGeometryTreeNode Sibling { get; }
Property Value
Visible
Declaration
bool Visible { get; set; }
Property Value