AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_AttachName(
BSTR NewAttachName
);

[Java]
public String getAttachName();public void setAttachName(
String
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface