Adds a VGT component to the collection. The path must refer to a valid VGT component. The method throws an exception if the path is invalid or if the element already exist.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgVORefCrdn Add( AgEGeometricElemType Type, string Name ); |
| [Managed C++] |
|---|
public: IAgVORefCrdn^ Add( AgEGeometricElemType Type, String __gc ^ Name ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgVORefCrdn add( AgEGeometricElemType Type, String Name ); |
[Python - STK API ] |
|---|
def Add(self, Type:"AgEGeometricElemType", Name:str) -> "IAgVORefCrdn": |
- Type
- Name
- The name of the ReferenceCrdn.






