Creates a VGT point using the specified name, description and type.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnPoint Create( string PointName, string Description, AgECrdnPointType PointType ); |
| [Managed C++] |
|---|
public: IAgCrdnPoint^ Create( String __gc ^ PointName, String __gc ^ Description, AgECrdnPointType PointType ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnPoint create( String PointName, String Description, AgECrdnPointType PointType ); |
[Python - STK API ] |
|---|
def Create(self, PointName:str, Description:str, PointType:"AgECrdnPointType") -> "IAgCrdnPoint": |
- PointName
- Specify a component name.
- Description
- Specify a component description.
- PointType
- Specify a component type.
Spaces and most punctuation ( except for "-_().") cannot be used as a part of a component name when creating new components via VGT API.
Create a B-Plane point using selected target body.
| [C#] | ||
|---|---|---|
| ||
Create a B-Plane point using selected target body.
| [Visual Basic .NET] | ||
|---|---|---|
| ||






