STK ObjectsSend 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 * pVal
);
public: HRESULT put_DistanceType(
    AgESnProjectionDistanceType pVal
);
[Java]
public AgESnProjectionDistanceType getDistanceType();
public void setDistanceType(
    AgESnProjectionDistanceType
);
[Python - STK API ]
@property
def DistanceType(self) -> "AgESnProjectionDistanceType":

@DistanceType.setter
def DistanceType(self, pVal:"AgESnProjectionDistanceType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.