Creates a VGT point using the specified name, description and type.
[Visual Basic .NET] |
---|
Public Function Create( _ ByVal PointName As String, _ ByVal Description As String, _ ByVal PointType As AgECrdnPointType _ ) As |
[C#] |
---|
public IAgCrdnPoint Create( string PointName, string Description, AgECrdnPointType PointType ); |
[Managed C++] |
---|
public: IAgCrdnPoint^ Create( String __gc ^ PointName, String __gc ^ Description, AgECrdnPointType PointType ); |
[Java] |
---|
public IAgCrdnPoint create( String PointName, String Description, AgECrdnPointType PointType ); |
[Unmanaged C++] |
---|
public: HRESULT Create( BSTR PointName, BSTR Description, AgECrdnPointType PointType, IAgCrdnPoint ** ppRetVal ); |
- PointName
- Description
- PointType
Create a B-Plane point using selected target body.
[C#] | ||
---|---|---|
|
Create a B-Plane point using selected target body.
[Visual Basic .NET] | ||
---|---|---|
|