STK ObjectsSend comments on this topic.
CustomPosition Property (IAgVeEllipseDataElement)
See Also
Windows





Windows & Linux

Description

Opt whether to specify a custom position for the center of the ellipse. Otherwise the object's center is used.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CustomPosition() As Boolean
[C#]
public bool CustomPosition {get; set;}
[Managed C++]
public: __property bool get_CustomPosition();
public: __property void set_CustomPosition( bool );
[Unmanaged C++]
public: HRESULT get_CustomPosition(
    VARIANT_BOOL * pVal
);
public: HRESULT put_CustomPosition(
    VARIANT_BOOL inVal
);
[Java]
public bool getCustomPosition();
public void setCustomPosition(
    bool
);
[Python - STK API ]
@property
def CustomPosition(self) -> bool:

@CustomPosition.setter
def CustomPosition(self, inVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.