Gets or sets the name of the point used for the launch position.
Read-write property
[Visual Basic .NET] |
---|
Public Property PositionPointName() As String |
[C#] |
---|
public string PositionPointName {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_PositionPointName(); |
[Unmanaged C++] |
---|
public: HRESULT get_PositionPointName( BSTR * pVal ); public: HRESULT put_PositionPointName( BSTR pVal ); |
[Java] |
---|
public String getPositionPointName(); public void setPositionPointName( String ); |