2021 Members
Changes 4
M

ExportLayerInfo

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 Releases all resources used by the ExportLayerInfo
M Equals None (Inherited from Object .) Object .
M GetCutLayerModifiers() IList<LayerModifier> Gets all the cut layer modifiers from the layer info.
M GetHashCode None (Inherited from Object .) Object .
M GetLayerModifiers() IList<LayerModifier> Gets all the project layer modifiers from the layer info.
M GetType None (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 (Inherited from Object .) Object .
Name Return Type Description Inherited From
P CategoryType LayerCategoryType The category type which this layer belongs to.
P ColorName string The color name stored in value. For IFC export, the naming is to match the "colornumber" setting -- really, this stores a string that generates the colorNumber (for formats that don't use the color but need a second entry.)
P ColorNumber int The color number stored in value.
P CutColorNumber int The cut color number stored in value.
P CutLayerName string The cut layer name stored in value.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P LayerName string The layer name stored in value.