Rename Method (ITextStyle) Send Feedback
See Also 
Result[out]
Status of renaming the TextStyle as defined in dsCreateObjectResult_e
Name
New name for the TextStyle
Renames the TextStyle.

Syntax

Visual Basic 
Function Rename( _
   ByVal Name As System.String _
) As dsCreateObjectResult_e
C# 
dsCreateObjectResult_e Rename( 
   System.string Name
)
JavaScript 
Rename( 
   Name : String
) : String
COM native C++ 
HRESULT Rename( 
   BSTR Name,
   dsCreateObjectResult_e* Result
) 
C++ 
DSRESULT Rename( 
   const dsString& Name,
   dsCreateObjectResult_e* Result
) 

Parameters

Name
New name for the TextStyle
Result[out] or Return Value
Status of renaming the TextStyle as defined in dsCreateObjectResult_e
 

See Also

Availability

DraftSight V1R1.1