Gets or sets the model type property. A member of the AgEModelType enumeration.
Read-write property
[Visual Basic .NET] |
---|
Public Property ModelType() As AgEModelType |
[C#] |
---|
public AgEModelType ModelType {get; set;} |
[Managed C++] |
---|
public: __property AgEModelType get_ModelType(); |
[Unmanaged C++] |
---|
public: HRESULT get_ModelType( AgEModelType * pType ); public: HRESULT put_ModelType( AgEModelType Type ); |
[Java] |
---|
public AgEModelType getModelType(); public void setModelType( AgEModelType ); |
[Python - STK API ] |
---|
@property def ModelType(self) -> "AgEModelType": @ModelType.setter def ModelType(self, Type:"AgEModelType") -> None: |