Click or drag to resize
PbNumericDisplayFormat Methods

The PbNumericDisplayFormat type exposes the following members.

Methods
  NameDescription
Public methodCopyFrom(PbBase)

Assignment operator.

(Inherited from PbBase.)
Public methodCopyFrom(PbNumericDisplayFormat)

Assignment operator.

Public methodEnableConnection

Activates/deactivates the mechanism of connection.

(Inherited from PbBase.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetFormat

Gets the numerical display format.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsConnectionEnabled

Returns true if the connection mechanism is active, otherwise false.

(Inherited from PbBase.)
Public methodSetFormat
Calls SetFormat(OIV.MeshViz.Graph.PbNumericDisplayFormat.FormatTypes( .PbNumericDisplayFormat.AUTO_FORMAT ), System.Int32(0), System.Int32(0)).
Public methodSetFormat(PbNumericDisplayFormatFormatTypes)
Calls SetFormat(type, System.Int32(0), System.Int32(0)).
Public methodSetFormat(PbNumericDisplayFormatFormatTypes, Int32)
Calls SetFormat(type, tenPower, System.Int32(0)).
Public methodSetFormat(PbNumericDisplayFormatFormatTypes, Int32, Int32)

Sets the numerical display format.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTouch

Simulates the changing of an instance of this object, so all connected objects are informed of this change.

(Inherited from PbBase.)
Top
See Also