ModelType 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 ); |