STK ObjectsSend comments on this topic.
Text Property (IAgVeVOProximityAreaObject)
See Also
Windows





Windows & Linux

Description

Specifies a text.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Text() As String
[C#]
public string Text {get; set;}
[Managed C++]
public: __property String __gc ^ get_Text();
public: __property void set_Text( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_Text(
    BSTR * pVal
);
public: HRESULT put_Text(
    BSTR Text
);
[Java]
public String getText();
public void setText(
    String
);
[Python - STK API ]
@property
def Text(self) -> str:

@Text.setter
def Text(self, Text:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.