AGI STK Objects 11 Send comments on this topic.
ModelType Property (IAgVOModel)
See Also 





Description

ModelType property. A member of the AgEModelType enumeration.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ModelType() As AgEModelType

[C#]
public AgEModelType ModelType {get; set;}

[Managed C++]
public: __property AgEModelType get_ModelType();
public: __property void set_ModelType(
AgEModelType
);

[Unmanaged C++]
public: HRESULT get_ModelType(
AgEModelType * pRetVal
);
public: HRESULT put_ModelType(
AgEModelType NewModelType
);

[Java]
public AgEModelType getModelType();public void setModelType(
AgEModelType
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1