Gets or sets the element configuration type.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property ElementConfigurationType() As AgEElementConfigurationType |
| [C#] |
|---|
public AgEElementConfigurationType ElementConfigurationType {get; set;} |
| [Managed C++] |
|---|
public: __property AgEElementConfigurationType get_ElementConfigurationType(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEElementConfigurationType getElementConfigurationType(); public void setElementConfigurationType( AgEElementConfigurationType ); |
[Python - STK API ] |
|---|
@property def ElementConfigurationType(self) -> "AgEElementConfigurationType": @ElementConfigurationType.setter def ElementConfigurationType(self, val:"AgEElementConfigurationType") -> None: |






