2027 Members
Changes 0
M

ExportLayerInfo Methods

Name Return Type Description Inherited From
M AddCutLayerModifier(LayerModifier) None Adds a cut layer modifier to the layer info.
M AddLayerModifier(LayerModifier) None Adds a project layer modifier to the layer info.
M ClearCutLayerModifiers() None Clears all the cut layer modifiers stored in the layer info.
M ClearLayerModifiers() None Clears all the project layer modifiers stored in the layer info.
M Dispose() None
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetCutLayerModifiers() IList<LayerModifier> Gets all the cut layer modifiers from the layer info.
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetLayerModifiers() IList<LayerModifier> Gets all the project layer modifiers from the layer info.
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M RemoveCutLayerModifier(LayerModifier) None Removes a cut layer modifier from the layer info.
M RemoveLayerModifier(LayerModifier) None Removes a project layer modifier from the layer info.
M SetCutLayerModifiers(IList<LayerModifier>) None Sets a cut layer modifier array to the layer info.
M SetLayerModifiers(IList<LayerModifier>) None Sets a project layer modifier array to the layer info.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object