AGI STK Objects 11Send comments on this topic.
Enable Property (IAgVOOffsetLabel)
See Also 
Windows






Windows & Linux

Description

Offset the position of an object label in the 3D Graphics window.

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 * pRetVal
);
public: HRESULT put_Enable(
   VARIANT_BOOL NewEnable
);
[Java]
public bool getEnable();public void setEnable(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.