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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.