STK ObjectsSend 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 * pVal
);
public: HRESULT put_UseInstName(
    VARIANT_BOOL UseInstName
);
[Java]
public bool getUseInstName();
public void setUseInstName(
    bool
);
[Python - STK API ]
@property
def UseInstName(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.