Solid Edge Assembly Type Library
PMI_ByModelState Method
Description
Get PMI dimensions and annotations by model state. Returns failure for invalid states.
Syntax
Visual Basic
Public Sub PMI_ByModelState( _
   ByRef PMIObj As Object, _
   Optional ByVal PMIModelState As PMIModelStateConstants = 0 _
) 
Parameters
PMIObj
PMIModelState
ValueDescription
seDesignModelStateSpecifies the DESIGN model state - default value when getting PMI dimensions and annotations through the function PMI_ByModelState()
seFlatModelStateSpecifies the FLAT model state - will be used to get PMI dimensions and annotations based on flat model state through the function PMI_ByModelState()
seSimplifyModelStateSpecifies the SIMPLIFY model state - will be used to get PMI dimensions and annotations based on simplify model state through the function PMI_ByModelState()
See Also

AssemblyDocument Object  | AssemblyDocument Members  | Solid Edge ST2 - What's New