Sets the text format for the text for this section line.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ISetTextFormat( _
ByVal UseDoc As System.Boolean, _
ByVal TextFormat As TextFormat _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDrSection
Dim UseDoc As System.Boolean
Dim TextFormat As TextFormat
Dim value As System.Boolean
value = instance.ISetTextFormat(UseDoc, TextFormat) |
C++/CLI | |
---|
System.bool ISetTextFormat(
& System.bool UseDoc,
& TextFormat^ TextFormat
) |
Parameters
- UseDoc
True if set to use the appropriate document default setting, false if it is not (see Remarks)
- TextFormat
Pointer to the ITextFormat object for this section line text
Return Value
True if text format is successfully set, false if not
Remarks
See Also
Availability
SolidWorks 2000 FCS, Revision Number 8.0