Gets whether SolidWorks is currently using the document default text format setting for this annotation.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetUseDocTextFormat( _
ByVal Index As Integer _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IAnnotation
Dim Index As Integer
Dim value As Boolean
value = instance.GetUseDocTextFormat(Index)
|
C# | |
---|
bool GetUseDocTextFormat(
int Index
) |
C++/CLI | |
---|
bool GetUseDocTextFormat(
& int Index
) |
Parameters
- Index
- Number indicating which text within this annotation to check (see Remarks)
Return Value
True if the setting is a document default setting, false if not
Remarks
See Also
Availability
SolidWorks 2000 FCS, Revision Number 8.0