IApplicationOptions Interface Methods Send Feedback
See Also 

For a list of all members of this type, see IApplicationOptions members.

Public Methods

 NameDescription
 MethodGetApplicationOptionBoolGets the Boolean value of the specified command option for DraftSight.  
 MethodGetApplicationOptionDoubleGets the double value of the specified command option for DraftSight.  
 MethodGetApplicationOptionInt16Gets the 16-bit signed integer, also called Int16, value of the specified command option for DraftSight.  
 MethodGetApplicationOptionInt32Gets the 32-bit signed integer, also called Int32, value of the specified command option for DraftSight.  
 MethodGetApplicationOptionStringGets the string value for the specified command option for DraftSight.  
 MethodGetElementColorGets the color of the specified user-interface element.  
 MethodSetApplicationOptionBoolSets the Boolean value for the specified command option for DraftSight.  
 MethodSetApplicationOptionDoubleSets the double value for the specified command option for DraftSight.  
 MethodSetApplicationOptionInt16Sets the 16-bit signed integer, also called Int16, value for the specified command option for DraftSight.  
 MethodSetApplicationOptionInt32Sets the 32-bit signed integer, also called Int32, value for the specified command option for DraftSight.  
 MethodSetApplicationOptionStringSets the string value for the specified command option for DraftSight.  
 MethodSetElementColorSets the colors of the specified user-interface elements.  
Top

See Also