GenericSPGetSingleOverlayStyles Method |
Retrieve styling information about an overlay.
Namespace:
Cadcorp.GFB.CadcorpSP
Assembly:
Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxprotected OverlayStyle GetSingleOverlayStyles(
int overlayNo,
bool includeFeatureCodeStyles,
bool getImplicitNolObjects,
string rasterShape
)
Protected Function GetSingleOverlayStyles (
overlayNo As Integer,
includeFeatureCodeStyles As Boolean,
getImplicitNolObjects As Boolean,
rasterShape As String
) As OverlayStyle
Parameters
- overlayNo
- Type: SystemInt32
The number of the overlay whose styling info we want - includeFeatureCodeStyles
- Type: SystemBoolean
If true, nested styling information
is included for the feature table associated with this overlay. - getImplicitNolObjects
- Type: SystemBoolean
If true, pens and brushes are returned as implicit
objects. If false, they are returned verbatim. - rasterShape
- Type: SystemString
The shape we use for raster overlays
Return Value
Type:
OverlayStyle[Missing <returns> documentation for "M:Cadcorp.GFB.CadcorpSP.GenericSP.GetSingleOverlayStyles(System.Int32,System.Boolean,System.Boolean,System.String)"]
RemarksFor performance reasons, set getImplicitNolObjects to be FALSE if the string values are
not going to be passed back to the client; see for example GetOverlayImages().
See Also