STK ObjectsSend comments on this topic.
PointPath Property (IAgLocationCrdnPoint)
See Also
Windows





Windows & Linux

Description

Location based upon a Vector Geometry Tool Point.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PointPath() As String
[C#]
public string PointPath {get; set;}
[Managed C++]
public: __property String __gc ^ get_PointPath();
public: __property void set_PointPath( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_PointPath(
    BSTR * pPoint
);
public: HRESULT put_PointPath(
    BSTR Point
);
[Java]
public String getPointPath();
public void setPointPath(
    String
);
[Python - STK API ]
@property
def PointPath(self) -> str:

@PointPath.setter
def PointPath(self, Point:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.