IGetUserPreferenceTextFormat Method (IModelDoc)
Obsolete. Superseded by IModelDoc2::IGetUserPreferenceTextFormat.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetUserPreferenceTextFormat( _
ByVal UserPreferenceValue As System.Integer _
) As TextFormat |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc
Dim UserPreferenceValue As System.Integer
Dim value As TextFormat
value = instance.IGetUserPreferenceTextFormat(UserPreferenceValue) |
Parameters
- UserPreferenceValue
-
See Also