AGI STK Objects 11 Send comments on this topic.
UseAttachPoint Property (IAgVOVaporTrail)
See Also 





Description

If the model file for the object has attach points, use this attribute and the AttachPointName attribute to specify the point where the vapor trail should be attached. Otherwise the vapor trail will be attached to the center of the model.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseAttachPoint() As Boolean

[C#]
public bool UseAttachPoint {get; set;}

[Managed C++]
public: __property bool get_UseAttachPoint();
public: __property void set_UseAttachPoint(
bool
);

[Unmanaged C++]
public: HRESULT get_UseAttachPoint(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseAttachPoint(
VARIANT_BOOL NewUseAttachPoint
);

[Java]
public bool getUseAttachPoint();public void setUseAttachPoint(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1