Interface ICAMAPIGeometryEntity
  
  
  
  Assembly: CAMAPI.GeomModel.dll
  Syntax
  
    [Guid("F567A029-5EB5-4CE8-9C5D-EFA59F99F104")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICAMAPIGeometryEntity
   
  Properties
  
  Color
  
  
  Declaration
  
  Property Value
  
  
  EntityClass
  
  
  Declaration
  
    string EntityClass { get; }
   
  Property Value
  
  
  EntityType
  
  
  Declaration
  
    TCAMAPIGeometryEntityType EntityType { get; }
   
  Property Value
  
  
  ParentColor
  
  
  Declaration
  
    bool ParentColor { get; set; }
   
  Property Value
  
  
  UpdateStamp
  
  
  Declaration
  
    long UpdateStamp { get; }
   
  Property Value
  
  Methods
  
  GetBoundBox(TST3DMatrix, out TResultStatus)
  
  
  Declaration
  
    TST3DBox GetBoundBox(TST3DMatrix LCS, out TResultStatus ret)
   
  Parameters
  
  Returns