Click or drag to resize

GH_Dimension Properties

The GH_Dimension type exposes the following members.

Properties
  NameDescription
Public propertyBoundingbox (Inherited from GH_AnnotationBase.)
Public propertyClippingBox (Inherited from GH_AnnotationBase.)
Public propertyIsGeometryLoaded
Gets the load state of this annotation object. The annotation is considered to be loaded when the local annotation instance is not null.
(Inherited from GH_AnnotationBase.)
Public propertyIsReferencedGeometry
Gets a value indicating whether or not this geometry is referenced. Not all IGH_GeometricGoo implementations support referenced geometry.
(Inherited from GH_GeometricGooT.)
Public propertyIsValid
Gets the validity of this dimension. If the dimension is referenced but cannot be loaded, then the dimension is not valid.
(Inherited from GH_AnnotationBase.)
Public propertyIsValidWhyNot
Gets a string describing the state of "invalidness". If the instance is valid, then this property should return Nothing or String.Empty.
(Inherited from GH_AnnotationBase.)
Public propertyReferenceID (Inherited from GH_AnnotationBase.)
Public propertyStyle (Inherited from GH_AnnotationBase.)
Public propertyTypeDescription (Inherited from GH_AnnotationBase.)
Public propertyTypeName (Inherited from GH_AnnotationBase.)
Public propertyValue
Protected propertyValueType (Overrides GH_AnnotationBaseValueType.)
Top
See Also