Metered constructor. Initializes a new instance of this class....new Metered license, and then print its usage statistics. metered...'MyPublicKey' , 'MyPrivateKey' ) print ( 'Credit before operation:'...
Comment.author property. Returns or sets the author name for a comment.... Examples Shows how to print all of a document’s comments...to a reply-type comment. # Print all top-level comments along...
NodeCollection indexer. Retrieves a node at the given index....of immediate children, # and print any runs or shapes that we find...NodeType . RUN : print ( 'Run contents:' ) print ( f ' \t " { child...
CustomPartCollection.clone method. Makes a deep copy of this collection and its items....Enumerate over the collection and print every part. for index , part...package_custom_parts ): print ( f 'Part index { index } :' ) print ( f ' \t...
CustomPartCollection indexer. Gets or sets an item at the specified index....Enumerate over the collection and print every part. for index , part...package_custom_parts ): print ( f 'Part index { index } :' ) print ( f ' \t...
Document.built_in_document_properties property. Returns a collection that represents all the built-in document properties of the document.... print ( f 'Document filename: \n\t..."BuiltInDocumentPrope" object. print ( 'Built-in Properties:' ) for...
CustomPartCollection.add method. Adds an item to the collection....Enumerate over the collection and print every part. for index , part...package_custom_parts ): print ( f 'Part index { index } :' ) print ( f ' \t...
CustomPart.relationship_type property. Gets or sets the relationship type from the parent part to this custom part....Enumerate over the collection and print every part. for index , part...package_custom_parts ): print ( f 'Part index { index } :' ) print ( f ' \t...