AGI STK Objects 11 Send comments on this topic.
PointPath Property (IAgLocationCrdnPoint)
See Also 





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 * pRetVal
);
public: HRESULT put_PointPath(
BSTR NewPointPath
);

[Java]
public String getPointPath();public void setPointPath(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1