STK ObjectsSend comments on this topic.
Enable Property (IAgVOOffsetAttach)
See Also
Windows





Windows & Linux

Description

Opt whether to attach the line to a specific point on the object. Otherwise, the line is attached to the center of the object.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Enable() As Boolean
[C#]
public bool Enable {get; set;}
[Managed C++]
public: __property bool get_Enable();
public: __property void set_Enable( bool );
[Unmanaged C++]
public: HRESULT get_Enable(
    VARIANT_BOOL * pUse
);
public: HRESULT put_Enable(
    VARIANT_BOOL pUse
);
[Java]
public bool getEnable();
public void setEnable(
    bool
);
[Python - STK API ]
@property
def Enable(self) -> bool:

@Enable.setter
def Enable(self, pUse:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.