STK ObjectsSend comments on this topic.
DistanceData Property (IAgSnProjection)
See Also
Windows





Windows & Linux

Description

Value of the criterion used for determining the projection distance.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property DistanceData() As IAgDisplayDistance
[C#]
public IAgDisplayDistance DistanceData {get;}
[Managed C++]
public: __property IAgDisplayDistance ^ get_DistanceData();
[Unmanaged C++]
public: HRESULT get_DistanceData(
    IAgDisplayDistance ** ppVal
);
[Java]
public IAgDisplayDistance getDistanceData();
[Python - STK API ]
@property
def DistanceData(self) -> "IAgDisplayDistance":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.