IDrawingProperties Interface Methods Send Feedback
See Also 

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

Public Methods

 NameDescription
 MethodAddCustomPropertyAdds a custom property and its value to the drawing document.  
 MethodGetCustomPropertyGets the value of the specified custom property.  
 MethodGetCustomPropertyAtGets the value and name of the custom property at the specified index.  
 MethodGetCustomPropertyCountGets the number of custom properties added to this drawing document.  
 MethodHasCustomPropertyGets whether the specified custom property was added to this drawing document.  
 MethodRemoveCustomPropertyDeletes the specified custom property from this drawing document.  
 MethodRemoveCustomPropertyAtRemoves the custom property at the specified index from this drawing document.  
 MethodSetCustomPropertyChanges the value of the specified custom property, which was previously added to this drawing document.  
 MethodSetCustomPropertyAtChanges the value of the custom property, which was previously added to this drawing document, at the specified index.  
Top

See Also