STK UtilSend comments on this topic.
PropertyType Property (IAgPropertyInfo)
See Also
Windows





Windows & Linux

Description

Get the type of property.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property PropertyType() As AgEPropertyInfoValueType
[C#]
public AgEPropertyInfoValueType PropertyType {get;}
[Managed C++]
public: __property AgEPropertyInfoValueType get_PropertyType();
[Unmanaged C++]
public: HRESULT get_PropertyType(
    AgEPropertyInfoValueType * pVal
);
[Java]
public AgEPropertyInfoValueType getPropertyType();
[Python - STK API ]
@property
def PropertyType(self) -> "AgEPropertyInfoValueType":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.