| Visual Basic | |
|---|---|
Sub CreateLayer( _ ByVal Name As System.String, _ ByRef Layer As Layer, _ ByRef Result As dsCreateObjectResult_e _ ) | |
| C# | |
|---|---|
void CreateLayer( System.string Name, out Layer Layer, out dsCreateObjectResult_e Result ) | |
| COM native C++ | |
|---|---|
HRESULT CreateLayer( BSTR Name, ILayer** Layer, dsCreateObjectResult_e* Result ) | |
| C++ | |
|---|---|
DSRESULT CreateLayer( const dsString& Name, dsLayer** Layer, dsCreateObjectResult_e* Result ) | |
Parameters
- Name
- Name
- Layer[out]
- Layer
- Result[out] or Return Value
- Status of creating the Layer as defined in dsCreateObjectResult_e
DraftSight V1R1.1
Syntax