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






Windows & Linux

Description

The criterion used for determining the projection distance. A member of the AgESnProjectionDistanceType enumeration.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DistanceType() As AgESnProjectionDistanceType
[C#]
public AgESnProjectionDistanceType DistanceType {get; set;}
[Managed C++]
public: __property AgESnProjectionDistanceType get_DistanceType();
public: __property void set_DistanceType(
   AgESnProjectionDistanceType
);
[Unmanaged C++]
public: HRESULT get_DistanceType(
   AgESnProjectionDistanceType * pRetVal
);
public: HRESULT put_DistanceType(
   AgESnProjectionDistanceType NewDistanceType
);
[Java]
public AgESnProjectionDistanceType getDistanceType();public void setDistanceType(
   AgESnProjectionDistanceType
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.