Interface IAbstractGeomObject
Abstract geometry object
Namespace: STGeomApiTypes
Assembly: STGeomApiTypes.dll
Syntax
[Guid("CDCE0802-CAD1-4599-A9F9-879172A19B07")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IAbstractGeomObjectMethods
CopyFrom(IAbstractGeomObject)
Copy the parameters from another IAbstractGeomObject
Declaration
bool CopyFrom(IAbstractGeomObject Source)Parameters
| Type | Name | Description | 
|---|---|---|
| IAbstractGeomObject | Source | Another IAbstractGeomObject | 
Returns
| Type | Description | 
|---|---|
| bool | Success status | 
GetCADID()
Get unique CAD ID
Declaration
string GetCADID()Returns
| Type | Description | 
|---|---|
| string | Unique CAD identifier | 
GetName()
Get object Name
Declaration
string GetName()Returns
| Type | Description | 
|---|---|
| string | 
SetCADID(string)
Set unique CAD ID
Declaration
void SetCADID(string Value)Parameters
| Type | Name | Description | 
|---|---|---|
| string | Value | Unique CAD identifier | 
SetName(string)
Set object name
Declaration
void SetName(string Value)Parameters
| Type | Name | Description | 
|---|---|---|
| string | Value |