STK Vector Geometry ToolSend comments on this topic.
PointType Property (IAgCrdnPointBPlane)
See Also
Windows





Windows & Linux

Description

Specify a point type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PointType() As AgECrdnPointBPlaneType
[C#]
public AgECrdnPointBPlaneType PointType {get; set;}
[Managed C++]
public: __property AgECrdnPointBPlaneType get_PointType();
public: __property void set_PointType( AgECrdnPointBPlaneType );
[Unmanaged C++]
public: HRESULT get_PointType(
    AgECrdnPointBPlaneType * pRetVal
);
public: HRESULT put_PointType(
    AgECrdnPointBPlaneType PointType
);
[Java]
public AgECrdnPointBPlaneType getPointType();
public void setPointType(
    AgECrdnPointBPlaneType
);
[Python - STK API ]
@property
def PointType(self) -> "AgECrdnPointBPlaneType":

@PointType.setter
def PointType(self, PointType:"AgECrdnPointBPlaneType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.