ScalingMethodType Enumeration |
Specifies the scaling method, which, in combination with the Watershed Units value, determines the point symbol size.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic enum ScalingMethodType
Public Enumeration ScalingMethodType
public enum class ScalingMethodType
MembersMember name | Value | Description |
---|
UseDrawingScale | 0 | |
SizeRelativeToScreen | 1 | |
SizeInAbsoluteUnits | 2 | |
See Also