Click or drag to resize

TextBatchPrimitive Methods

The TextBatchPrimitive type exposes the following members.

Methods
  NameDescription
Public methodDispose (Inherited from Primitive.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSet(IEnumerableCartesian, IEnumerableString)
Defines the positions and text of strings in a text batch. The strings are rendered in the primitive's ReferenceFrame.
Public methodSet(IEnumerableCartesian, IEnumerableString, TextBatchPrimitiveOptionalParameters)
Defines the positions, text, and optional parameters of strings in a text batch. The strings are rendered in the primitive's ReferenceFrame.
Public methodSet(IEnumerableCartesian, IEnumerableString, TextBatchPrimitiveOptionalParameters, RenderPassHint)
Defines the positions, text, and optional parameters of strings in a text batch. The strings are rendered in the primitive's ReferenceFrame. renderPassHint is provided for efficiency.
Public methodSetCartographic(CentralBody, IEnumerableCartographic, IEnumerableString)
Public methodSetCartographic(CentralBody, IEnumerableCartographic, IEnumerableString, TextBatchPrimitiveOptionalParameters)
Public methodSetCartographic(CentralBody, IEnumerableCartographic, IEnumerableString, TextBatchPrimitiveOptionalParameters, RenderPassHint)
Public methodSetPartial(IEnumerableCartesian, IEnumerableString, IEnumerableInt32)
Updates a subset of positions and/or text in a text batch.
Public methodSetPartial(IEnumerableCartesian, IEnumerableString, TextBatchPrimitiveOptionalParameters, IEnumerableInt32)
Updates a subset of positions, text, and/or optional per-string parameters in a text batch.
Public methodSetPartial(IEnumerableCartesian, IEnumerableString, IEnumerableInt32, IndicesOrderHint)
Updates a subset of positions and/or text in a text batch.
Public methodSetPartial(IEnumerableCartesian, IEnumerableString, TextBatchPrimitiveOptionalParameters, IEnumerableInt32, IndicesOrderHint, RenderPassHint)
Updates a subset of positions, text, and/or optional per-string parameters in a text batch.
Public methodSetPartialCartographic(CentralBody, IEnumerableCartographic, IEnumerableString, IEnumerableInt32)
Public methodSetPartialCartographic(CentralBody, IEnumerableCartographic, IEnumerableString, TextBatchPrimitiveOptionalParameters, IEnumerableInt32)
Public methodSetPartialCartographic(CentralBody, IEnumerableCartographic, IEnumerableString, IEnumerableInt32, IndicesOrderHint)
Public methodSetPartialCartographic(CentralBody, IEnumerableCartographic, IEnumerableString, TextBatchPrimitiveOptionalParameters, IEnumerableInt32, IndicesOrderHint, RenderPassHint)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also