createNew MethodStatic
Create a new AuxCoordSystemState.
createNew(acsName: string, iModel: IModelConnection): AuxCoordSystemState
@note call this method with the appropriate subclass (e.g. AuxCoordSystemSpatialState, AuxCoordSystem2dState, etc), not on AuxCoordSystemState directly
| Parameter | Type | Description | 
|---|---|---|
| acsName | string | the name for the new AuxCoordSystem | 
| iModel | IModelConnection | the iModel for which the ACS applies. | 
Returns - AuxCoordSystemState
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.