AGI STK Graphics 11 Send comments on this topic.
CentralBodyClipped Property (IAgStkGraphicsPointBatchPrimitive)
See Also 
Windows






Windows & Linux

Description

Gets or sets whether individual points will be clipped by the central body.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CentralBodyClipped() As Boolean

[C#]
public bool CentralBodyClipped {get; set;}

[Managed C++]
public: __property bool get_CentralBodyClipped();
public: __property void set_CentralBodyClipped(
bool
);

[Unmanaged C++]
public: HRESULT get_CentralBodyClipped(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_CentralBodyClipped(
VARIANT_BOOL NewCentralBodyClipped
);

[Java]
public bool getCentralBodyClipped();public void setCentralBodyClipped(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface