Gets a color of the specified CAD entity.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Shared Function EntColor( _ ByVal E As CADEntity, _ ByVal Ins As CADInsert _ ) As Color |
Parameters
-
E
-
Type: CADEntity
A CADEntity whose color to be returned.
-
Ins
-
Type: CADInsert
A reference to the block that includes the specified CAD entity.
Return Value
A
Color of the specified CAD entity.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also