CtntSrc Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
The Content Source. In other words, the point of origin for a piece of data. Usually this is divided up into applications.
Syntax
public class CtntSrc Public Class CtntSrc Properties
| Name | Description |
|---|---|
| CtntSrcDefTyps | The types of property definitions supported. |
| DispName | The display name. |
| Id | The unique identifier. |
| IsReg | Tells if the provider is registered. If true, the provider is currently registered on the server. If false, there exists an in use property which uses this provider, but the provider is not registered. |
| MapDirection | The allowed mapping directions for property data. |
| ReadProvClsNm | The class name of the read provider. |
| ReadSrcArray | An array of file types (ex. ".dwg") that can be read by this provider. |
| SysName | The system name. |
| WriteProvClsNm | The class name of the write provider. |
| WriteSrcArray | An array of file types (ex. ".dwg") that can be written to by this provider. |
Returned By
Where you get a CtntSrc — members that return one.
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.WebServices.CtntSrc