AGI STK Objects 11 Send comments on this topic.
UseInstName Property (IAgLvGraphics)
See Also 





Description

Opt whether to use the instance name as the label.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_UseInstName();
public: __property void set_UseInstName(
bool
);

[Unmanaged C++]
public: HRESULT get_UseInstName(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseInstName(
VARIANT_BOOL NewUseInstName
);

[Java]
public bool getUseInstName();public void setUseInstName(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1