Gets and sets the billboarding behavior of this custom graphics entity. To define billboarding you can set this property using a CustomGraphicsBillBoard objects that you statically create using the create method of the CustomGraphicsBillBoard class. To remove billboarding from this entity you can set this property to null.
Billboarding is used to specify that the orientation of custom graphics is defined relative to the screen instead of model space. This is commonly used for legends and symbols that you want to always face the user, even as the camera is rotated.
"customGraphicsCurve_var" is a variable referencing a CustomGraphicsCurve object.
|
"customGraphicsCurve_var" is a variable referencing a CustomGraphicsCurve object.
|