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





Windows & Linux

Description

The type of intersections to be shown. A member of the AgEIntersectionType enumeration.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IntersectionType() As AgEIntersectionType
[C#]
public AgEIntersectionType IntersectionType {get; set;}
[Managed C++]
public: __property AgEIntersectionType get_IntersectionType();
public: __property void set_IntersectionType( AgEIntersectionType );
[Unmanaged C++]
public: HRESULT get_IntersectionType(
    AgEIntersectionType * pVal
);
public: HRESULT put_IntersectionType(
    AgEIntersectionType eVal
);
[Java]
public AgEIntersectionType getIntersectionType();
public void setIntersectionType(
    AgEIntersectionType
);
[Python - STK API ]
@property
def IntersectionType(self) -> "AgEIntersectionType":

@IntersectionType.setter
def IntersectionType(self, eVal:"AgEIntersectionType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.