AGI STK VGT 11 Send comments on this topic.
PointType Property (IAgCrdnPointBPlane)
See Also 





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 NewPointType
);

[Java]
public AgECrdnPointBPlaneType getPointType();public void setPointType(
AgECrdnPointBPlaneType
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1