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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface