STK ObjectsSend comments on this topic.
AttachName Property (IAgSnPt3DModel)
See Also
Windows





Windows & Linux

Description

Name of the element of the 3D model along which the sensor points.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AttachName() As String
[C#]
public string AttachName {get; set;}
[Managed C++]
public: __property String __gc ^ get_AttachName();
public: __property void set_AttachName( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_AttachName(
    BSTR * pVal
);
public: HRESULT put_AttachName(
    BSTR pVal
);
[Java]
public String getAttachName();
public void setAttachName(
    String
);
[Python - STK API ]
@property
def AttachName(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.