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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1