Classes | Namespaces | Enumerations | Functions
ElementTemplateUtils.h File Reference

Go to the source code of this file.

Classes

struct  ElementTemplateUtils
 The ElementTemplateUtils class is a utility class used to locate, write, and delete Element Templates. More...
 

Namespaces

 Bentley
 The Bentley namespace contains types defined by the Bentley Library.
 
 Bentley::DgnPlatform
 The DgnPlatform namespace contains types defined by the DgnPlatform.
 

Enumerations

enum  ElementTemplateStatus {
  ETSTATUS_Success = BSISUCCESS, ETSTATUS_BadArg = 1, ETSTATUS_InvalidFile = 2, ETSTATUS_InvalidDataTreeOwner = 3,
  ETSTATUS_InvalidPath = 4, ETSTATUS_PathAlreadyDefined = 5, ETSTATUS_UnableToAccessDataTree = 6, ETSTATUS_UnableToCreateNewGroupNode = 7,
  ETSTATUS_UnableToCreateNewTemplateNode = 8, ETSTATUS_InvalidArgument = 9, ETSTATUS_UnableToDeleteReadOnly = 10, ETSTATUS_UnableToDeleteReferenceNode = 11,
  ETSTATUS_UnableToDeleteNode = 12, ETSTATUS_NoDefaultInstanceFound = 13, ETSTATUS_InvalidTemplateParameter = 14, ETSTATUS_InvalidPropertySpecification = 15,
  ETSTATUS_BadPropertyValue = 16, ETSTATUS_NullPropertyValue = 17, ETSTATUS_InvalidLevelId = 18, ETSTATUS_UnableToAddParameter = 19,
  ETSTATUS_NoStructInstanceFound = 20, ETSTATUS_TemplateNotInFile = 21, ETSTATUS_InvalidMaterialId = 22, ETSTATUS_NullModelRef = 23,
  ETSTATUS_NoTemplateId = 24, ETSTATUS_UnableToAddGradientKeys = 25, ETSTATUS_InvalidMlineStyleId = 26, ETSTATUS_InvalidDimensionStyleId = 27,
  ETSTATUS_UnableToImportItemSchema = 28, ETSTATUS_InvalidElementRefForNode = 29, ETSTATUS_InvalidEnabler = 30, ETSTATUS_UnableToSetParameter = 31,
  ETSTATUS_InvalidArrayIndex = 32, ETSTATUS_UnableToRemoveParameter = 33, ETSTATUS_LevelNameDoesNotExist = 34, ETSTATUS_NoColorTypeSpecified = 35,
  ETSTATUS_InvalidLineWeightValue = 36, ETSTATUS_UnableToLoadMaterialById = 37, ETSTATUS_InvalidParameterValue = 38, ETSTATUS_NoTemplateReferenceFound = 39,
  ETSTATUS_UnableToWriteToReadOnlyFile = 40, ETSTATUS_Error = BSIERROR
}
 Indicates status from ElementTemplate API methods. More...
 

Functions

 DGNPLATFORM_TYPEDEFS (ElementTemplateNode)
 
 DGNPLATFORM_REF_COUNTED_PTR (ElementTemplateNode)
 

Function Documentation

DGNPLATFORM_REF_COUNTED_PTR ( ElementTemplateNode  )
DGNPLATFORM_TYPEDEFS ( ElementTemplateNode  )

Copyright © 2017 Bentley Systems, Incorporated. All rights reserved.