STK Vector Geometry ToolSend comments on this topic.
ReferenceShape Property (IAgCrdnPointOnSurface)
See Also
Windows





Windows & Linux

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 ReferenceShape
);
[Java]
public AgECrdnReferenceShapeType getReferenceShape();
public void setReferenceShape(
    AgECrdnReferenceShapeType
);
[Python - STK API ]
@property
def ReferenceShape(self) -> "AgECrdnReferenceShapeType":

@ReferenceShape.setter
def ReferenceShape(self, ReferenceShape:"AgECrdnReferenceShapeType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.