Indicates whether the image type is a link or an import.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public ImageTypeSource SourceType { get; set; }
Property Value
ImageTypeSourceExceptions
Exception | Condition |
---|---|
ArgumentException | When setting this property: The ImageType source is not correct. Only Link or Import values are allowed. |
ArgumentOutOfRangeException | When setting this property: A value passed for an enumeration argument is not a member of that enumeration |