Interface IAbstractGeomObject
Assembly: STGeomApiTypes.dll
Syntax
[Guid("CDCE0802-CAD1-4599-A9F9-879172A19B07")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IAbstractGeomObject
Methods
CopyFrom(IAbstractGeomObject)
Declaration
bool CopyFrom(IAbstractGeomObject Source)
Parameters
Returns
GetCADID()
Declaration
Returns
GetName()
Declaration
Returns
SetCADID(string)
Declaration
void SetCADID(string Value)
Parameters
| Type |
Name |
Description |
| string |
Value |
|
SetName(string)
Declaration
void SetName(string Value)
Parameters
| Type |
Name |
Description |
| string |
Value |
|