STK ObjectsSend comments on this topic.
Description Property (IAgVeVOBPlaneTemplate)
See Also
Windows





Windows & Linux

Description

The description of the template.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Description() As String
[C#]
public string Description {get; set;}
[Managed C++]
public: __property String __gc ^ get_Description();
public: __property void set_Description( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_Description(
    BSTR * pVal
);
public: HRESULT put_Description(
    BSTR Description
);
[Java]
public String getDescription();
public void setDescription(
    String
);
[Python - STK API ]
@property
def Description(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.