AGI Common Entity Library 11 Send comments on this topic.
Model Property (IAgPointEntity)
See Also 





Description

The entity model.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Model() As IAgModelGraphics

[C#]
public IAgModelGraphics Model {get; set;}

[Managed C++]
public: __property IAgModelGraphics^ get_Model();
public: __property void set_Model(
IAgModelGraphics ^
);

[Unmanaged C++]
public: HRESULT get_Model(
IAgModelGraphics ** ppRetVal
);
public: HRESULT put_Model(
IAgModelGraphics * pNewModel
);

[Java]
public IAgModelGraphics getModel();public void setModel(
IAgModelGraphics
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1