FileCreateSource Class

Represents a file source for creation.
Inheritance Hierarchy
SystemObject
  Aspose.CADSource
    Aspose.CAD.SourcesFileSource
      Aspose.CAD.SourcesFileCreateSource

Namespace:  Aspose.CAD.Sources
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public sealed class FileCreateSource : FileSource

The FileCreateSource type exposes the following members.

Constructors
  NameDescription
Public methodFileCreateSource(String)
Initializes a new instance of the FileCreateSource class.
Public methodFileCreateSource(String, Boolean)
Initializes a new instance of the FileCreateSource class.
Properties
  NameDescription
Public propertyFilePath
Gets the file path to create.
Public propertyIsTemporal
Gets a value indicating whether file will be temporal.
(Overrides FileSourceIsTemporal.)
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetStreamContainer
Gets the stream container.
(Overrides SourceGetStreamContainer.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
See Also