STK AviatorSend comments on this topic.
VGTPoint Property (IAgAvtrSiteSTKObjectWaypoint)
See Also
Windows





Windows & Linux

Description

Gets or sets the reference VGT Point.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property VGTPoint() As String
[C#]
public string VGTPoint {get; set;}
[Managed C++]
public: __property String __gc ^ get_VGTPoint();
public: __property void set_VGTPoint( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_VGTPoint(
    BSTR * pVal
);
public: HRESULT put_VGTPoint(
    BSTR newVal
);
[Java]
public String getVGTPoint();
public void setVGTPoint(
    String
);
[Python - STK API ]
@property
def VGTPoint(self) -> str:

@VGTPoint.setter
def VGTPoint(self, newVal:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.