AGI STK VGT 11 Send comments on this topic.
ReferenceShape Property (IAgCrdnPointOnSurface)
See Also 





Description

Specify a reference shape.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReferenceShape() As AgECrdnReferenceShapeType

[C#]
public AgECrdnReferenceShapeType ReferenceShape {get; set;}

[Managed C++]
public: __property AgECrdnReferenceShapeType get_ReferenceShape();
public: __property void set_ReferenceShape(
AgECrdnReferenceShapeType
);

[Unmanaged C++]
public: HRESULT get_ReferenceShape(
AgECrdnReferenceShapeType * pRetVal
);
public: HRESULT put_ReferenceShape(
AgECrdnReferenceShapeType NewReferenceShape
);

[Java]
public AgECrdnReferenceShapeType getReferenceShape();public void setReferenceShape(
AgECrdnReferenceShapeType
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1