Click or drag to resize
PbMiscTextAttr Methods

The PbMiscTextAttr type exposes the following members.

Methods
  NameDescription
Public methodCopyFrom(PbBase)

Assignment operator.

(Inherited from PbBase.)
Public methodCopyFrom(PbMiscTextAttr)

Assignment operator.

Public methodEnableConnection

Activates/deactivates the mechanism of connection.

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

Gets the font name for texts.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetLineLength

Gets line length attributes.

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 methodIsPredefinedProfileEnabled

Enables/Disables the use of a predefined profile for 3D text if they are activated (cf OIV.MeshViz.Graph.PbMiscTextAttr.EnableProfile(System.Boolean)).

Public methodIsProfileEnabled

Enables/Disables the appearance of a profile for 3D Text.

Public methodSetFontName

Sets the font name for texts.

Public methodSetLineLength

Sets line length attributes.

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