AGI STK Graphics 11Send comments on this topic.
Label Property (IAgStkGraphicsVectorPrimitive)
See Also 
Windows






Windows & Linux

Description

Gets or Sets the a user-defined label.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Label() As String
[C#]
public string Label {get; set;}
[Managed C++]
public: __property String __gc ^ get_Label();
public: __property void set_Label(
   String __gc ^
);
[Unmanaged C++]
public: HRESULT get_Label(
   BSTR * pRetVal
);
public: HRESULT put_Label(
   BSTR NewLabel
);
[Java]
public String getLabel();public void setLabel(
   String
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.