STK Vector Geometry ToolSend comments on this topic.
PointableElementName Property (IAgCrdnAxesModelAttach)
See Also
Windows





Windows & Linux

Description

Specify a pointable element of the 3D model associated with the object.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PointableElementName() As String
[C#]
public string PointableElementName {get; set;}
[Managed C++]
public: __property String __gc ^ get_PointableElementName();
public: __property void set_PointableElementName( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_PointableElementName(
    BSTR * pRetVal
);
public: HRESULT put_PointableElementName(
    BSTR PointableElementName
);
[Java]
public String getPointableElementName();
public void setPointableElementName(
    String
);
[Python - STK API ]
@property
def PointableElementName(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.