Gets the element configuration type enumeration.
Read-only property
[Visual Basic .NET] |
---|
Public Property Type() As AgEElementConfigurationType |
[C#] |
---|
public AgEElementConfigurationType Type {get;} |
[Managed C++] |
---|
public: __property AgEElementConfigurationType get_Type(); |
[Unmanaged C++] |
---|
public: HRESULT get_Type( AgEElementConfigurationType * pElementConfigurationType ); |
[Java] |
---|
public AgEElementConfigurationType getType(); |
[Python - STK API ] |
---|
@property def Type(self) -> "AgEElementConfigurationType": |