STK ObjectsSend comments on this topic.
EnableAttachPoint Property (IAgSnVOOffset)
See Also
Windows





Windows & Linux

Description

Enable the use of an attach point, i.e. the place from which the sensor cone emits. If this feature is not used, the sensor cone origin is the center of the parent model.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnableAttachPoint() As Boolean
[C#]
public bool EnableAttachPoint {get; set;}
[Managed C++]
public: __property bool get_EnableAttachPoint();
public: __property void set_EnableAttachPoint( bool );
[Unmanaged C++]
public: HRESULT get_EnableAttachPoint(
    VARIANT_BOOL * pVal
);
public: HRESULT put_EnableAttachPoint(
    VARIANT_BOOL pVal
);
[Java]
public bool getEnableAttachPoint();
public void setEnableAttachPoint(
    bool
);
[Python - STK API ]
@property
def EnableAttachPoint(self) -> bool:

@EnableAttachPoint.setter
def EnableAttachPoint(self, pVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.