STK ObjectsSend comments on this topic.
Range Property (IAgMtoAnalysis)
See Also
Windows





Windows & Linux

Description

Returns the range from an Mto track to another object.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Range() As IAgMtoAnalysisRange
[C#]
public IAgMtoAnalysisRange Range {get;}
[Managed C++]
public: __property IAgMtoAnalysisRange ^ get_Range();
[Unmanaged C++]
public: HRESULT get_Range(
    IAgMtoAnalysisRange ** ppRetVal
);
[Java]
public IAgMtoAnalysisRange getRange();
[Python - STK API ]
@property
def Range(self) -> "IAgMtoAnalysisRange":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.