STK ObjectsSend comments on this topic.
PointingName Property (IAgVOPointableElementsElement)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_PointingName(
    BSTR PointingName
);
[Java]
public String getPointingName();
public void setPointingName(
    String
);
[Python - STK API ]
@property
def PointingName(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.