AGI STK Objects 11 Send comments on this topic.
PointingName Property (IAgVOPointableElementsElement)
See Also 





Description

Name of a movable element associated with a pointing parameter.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PointingName() As String

[C#]
public string PointingName {get; set;}

[Managed C++]
public: __property String __gc ^ get_PointingName();
public: __property void set_PointingName(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_PointingName(
BSTR * pRetVal
);
public: HRESULT put_PointingName(
BSTR NewPointingName
);

[Java]
public String getPointingName();public void setPointingName(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1