Click or drag to resize

IMcBasicFeaturesCoordinateDimensionNames Property

An array of coordinate axis names.

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Property CoordinateDimensionNames As Object
	Get
	Set

Property Value

Type: Object
Remarks
The length of the CoordinateDimensionNames array is given by the CoordinateSpaceDimensionality property. If the CoordinateDimensionNames has not been assigned for a dimension or is assigned an empty string, a default description will be generated. For McPoints, McLines and McRegions, the default names are "X" and "Y", in that order. This property is not copied to the destination object when a McBasicFeatures is copied, duplicated or sub-selected.
See Also