STK Common Entity LibrarySend comments on this topic.
Model Property (IAgPointEntity)
See Also
Windows





Windows & Linux

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 ** ppGraphics
);
public: HRESULT put_Model(
    IAgModelGraphics Graphics
);
[Java]
public IAgModelGraphics getModel();
public void setModel(
    IAgModelGraphics
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.