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






Windows & Linux

Description

Range Entirety.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Entirety() As AgEMtoEntirety
[C#]
public AgEMtoEntirety Entirety {get; set;}
[Managed C++]
public: __property AgEMtoEntirety get_Entirety();
public: __property void set_Entirety( AgEMtoEntirety );
[Unmanaged C++]
public: HRESULT get_Entirety(
    AgEMtoEntirety * pEntirety
);
public: HRESULT put_Entirety(
    AgEMtoEntirety Entirety
);
[Java]
public AgEMtoEntirety getEntirety();
public void setEntirety(
    AgEMtoEntirety
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.