DynamicAnnotationPlacement

Gets and sets a Boolean that determines if annotations are moved along the polyline object to which they are assigned, to a visible area on the 3D Window. This property applies only to polyline objects whose Position.AltitudeType is set to ATC_ON_TERRAIN = 2

Note:    Changes are applied only following a call to Refresh().

 

 

JavaScript

 

DynamicAnnotationPlacement

 

C#

 

bool DynamicAnnotationPlacement { get; set; }

 

C++

 

HRESULT DynamicAnnotationPlacement([out, retval] VARIANT_BOOL* pVal)

HRESULT DynamicAnnotationPlacement([in] VARIANT_BOOL pVal)